Break the declaration of the three version variables, so that gtk-doc can
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Nov 2004 19:35:27 +0000 (19:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Nov 2004 19:35:27 +0000 (19:35 +0000)
2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf-features.h.in: Break the declaration of the three
version variables, so that gtk-doc can grok it.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-features.h.in

index effae314b71f992278b35aaebcc348adc6502a23..6a09eee8e62061cdb962b71a1f238de22698d7f4 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-features.h.in: Break the declaration of the three 
+       version variables, so that gtk-doc can grok it.
+
 2004-10-29  Hans Breuer  <hans@breuer.org>
 
        * makefile.msc : updated
index 3aa0a5ad913e4fd24ae83a58621e89318f4915c4..87eab582a87e8ff064bac2c46cec4fa9df5d556d 100644 (file)
@@ -33,7 +33,9 @@
 #  endif /* !G_PLATFORM_WIN32 */
 #endif /* GDK_PIXBUF_VAR */
 
-GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version, gdk_pixbuf_minor_version, gdk_pixbuf_micro_version;
+GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version;
+GDK_PIXBUF_VAR const guint gdk_pixbuf_minor_version;
+GDK_PIXBUF_VAR const guint gdk_pixbuf_micro_version;
 GDK_PIXBUF_VAR const char *gdk_pixbuf_version;
 
 #endif